home *** CD-ROM | disk | FTP | other *** search
- @echo off
- @if exist %1\*.set copy %1\*.set %2
- @if exist %1\*.app copy %1\*.app %2
- @if exist %1\*.as4 copy %1\*.as4 %2
- @if exist %1\*.bn? copy %1\*.bn? %2
- @if exist %1\*.gn? copy %1\*.gn? %2
- @if exist %1\*.in? copy %1\*.in? %2
- @if exist %1\*.ln? copy %1\*.ln? %2
- @if exist %1\*.ltr copy %1\*.ltr %2
- @if exist %1\*.rn? copy %1\*.rn? %2
- @if exist %1\*.rln copy %1\*.rln %2
- @if exist %1\*.sn? copy %1\*.sn? %2
- @if exist %1\*.un? copy %1\*.un? %2
- @if exist %1\*.xn? copy %1\*.xn? %2
- @if exist %1\*.udn copy %1\*.udn %2
- @echo.
- @echo Support files copied to %2.
-
-